"purple and gold" color gradient

purple
gold
gradient
color
background
linear-gradient

14

purple and gold color gradient css code

.purple and gold {
  background: linear-gradient(135deg, #BA68C8, #FFD700, #9900FF, #E67E22, #DDA0DD);
}